Pair Constructor

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodPair<(Of <TFirst, TSecond>)>Pair<(Of <TFirst, TSecond>)>New(KeyValuePair<(Of <TFirst, TSecond>)>)
Creates a new pair using elements from a KeyValuePair structure. The First element gets the Key, and the Second elements gets the Value.
Public methodPair<(Of <TFirst, TSecond>)>Pair<(Of <TFirst, TSecond>)>New(TFirst, TSecond)
Creates a new pair with given first and second elements.

See Also